home *** CD-ROM | disk | FTP | other *** search
/ Explore Yellowstone / Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso / mac / ROSTER.DIR / 00004_Script_fr loop2 < prev    next >
Text File  |  1996-02-29  |  170b  |  9 lines

  1. on exitFrame
  2.   global WhichChannel
  3.   if RollOver(WhichChannel) then
  4.     go to the frame
  5.   else
  6.     puppetSprite WhichChannel, false
  7.     go to "Loop1"
  8.   end if
  9. end